Home > biomechZoo > Toolbox > Support Functions > bmech_zoo2table.m

bmech_zoo2table

PURPOSE ^

BMECH_ZOO2TABLE (fld,ch,subjects,conditions) extracts channel line data

SYNOPSIS ^

function table_data = bmech_zoo2table(fld,ch,subjects,conditions)

DESCRIPTION ^

 BMECH_ZOO2TABLE (fld,ch,subjects,conditions) extracts channel line data
 to Matlab table

 ARGUMENTS
   fld         ...   string, folder to operate on
   ch          ...   string, all channel name.
   subjects    ...   string cell, subject name of all the subjects.
   conditions  ...   string cell, all Conditions name.

 RETURNS
   table_data ...  Table of channel data with subjects (second last row) and conditions (last row).
                   If channel does not exisit it will be a vector 1xn with all values at 999.

CROSS-REFERENCE INFORMATION ^

This function calls: This function is called by:
Generated on Sun 10-Mar-2024 22:39:06 by m2html © 2005